furny.furndb
Interface TagUpdateListener

All Known Implementing Classes:
TagPanel, TagTree

public interface TagUpdateListener

Listener for tags.

Since:
10.08.2012
Author:
Stephan Dreyer

Method Summary
 void tagsUpdated(TagType type, java.util.List<Tag> tags)
          This method will be notified if a list of tags are updated.
 

Method Detail

tagsUpdated

void tagsUpdated(TagType type,
                 java.util.List<Tag> tags)
This method will be notified if a list of tags are updated.

Parameters:
type - The tag type that has been requested.
tags - The list of tags.
Since:
10.08.2012